Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / FieldCount Property


In This Topic
    FieldCount Property (RichValue<T>)
    In This Topic
    Gets the total numbers of fields.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FieldCount As Integer
    'Usage
     
    
    Dim instance As RichValue(Of T)
    Dim value As Integer
     
    value = instance.FieldCount
    public int FieldCount {get;}
    See Also